-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: kata #263
add: kata #263
Conversation
@@ -0,0 +1,10 @@ | |||
--- | |||
apiVersion: kustomize.config.k8s.io/v1beta1 | |||
kind: Kustomization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move aws and default into an overlays folder?
@@ -1,8 +1,7 @@ | |||
--- | |||
apiVersion: kustomize.config.k8s.io/v1beta1 | |||
kind: Kustomization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intended to be inside the base folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see a little bit better what you are trying to do here. I wonder if this might be a good use for a component instead of putting it in a sub folder in the base?
I have been using components in the gitops instance and it has been a nice we to add some composable features that can be easily consumed by an overlay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@strangiato Possible. I saw a few ways to do it. Let's do a working session to decide what will be most elegant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.